DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / FromArray Method / FromArray(Byte[],String) Method
The byte array with the font data.
The full font name to be loaded.

In This Topic
FromArray(Byte[],String) Method
In This Topic
Loads a Font with given full font name from a byte array.
Syntax
'Declaration
 
Public Overloads Shared Function FromArray( _
   ByVal fontData() As System.Byte, _
   ByVal fullFontName As System.String _
) As Font
 

Parameters

fontData
The byte array with the font data.
fullFontName
The full font name to be loaded.

Return Value

The newly created font.
See Also